object frmDlgBit: TfrmDlgBit Left = 435 Top = 310 BorderStyle = bsDialog ClientHeight = 149 ClientWidth = 263 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object boxDataRate: TGroupBox Left = 12 Top = 9 Width = 240 Height = 83 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object Label1: TLabel Left = 14 Top = 50 Width = 38 Height = 13 Caption = 'Bit Rate' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 160 Top = 50 Width = 42 Height = 13 Caption = 'kilobits/s' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object edBits: TEdit Left = 75 Top = 47 Width = 72 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end object btnDataRates: TButton Left = 75 Top = 20 Width = 72 Height = 21 Caption = 'Select...' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = btnDataRatesClick end end object btnOK: TBitBtn Left = 81 Top = 107 Width = 84 Height = 28 Caption = 'OK' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 1 NumGlyphs = 4 end object btnCancel: TBitBtn Left = 165 Top = 107 Width = 84 Height = 28 Cancel = True Caption = 'Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 2 NumGlyphs = 4 end end